home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erect Magazine Special 4
/
Erect Magazine Special 4 - Disc 1.iso
/
mac
/
Menu.DIR
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-01
|
217 b
|
10 lines
on mouseUp
if field "Sound_Flg" = "OFF" then
set the visible of sprite 24 to 0
set the visible of sprite 25 to 1
put "ON" into field "Sound_Flg"
sound_play("MENU.AIF")
updateStage()
end if
end